home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMTHUMBNAILSPAGE / TFRMTHUMBNAILSPAGE.txt
Text File  |  2008-10-30  |  3KB  |  159 lines

  1. object frmThumbnailsPage: TfrmThumbnailsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbSize: TGroupBox
  14.     Left = 16
  15.     Top = 222
  16.     Width = 605
  17.     Height = 128
  18.     Caption = 'gbSize'
  19.     TabOrder = 2
  20.     object lblSize: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 550
  24.       Height = 33
  25.       WordWrap = True
  26.       Transparent = True
  27.       AutoSize = False
  28.       Caption = 'lblSize'
  29.       ShowAccelChar = True
  30.     end
  31.     object lblSizeSmall: TAxLabel
  32.       Left = 25
  33.       Top = 74
  34.       Width = 72
  35.       Height = 16
  36.       WordWrap = False
  37.       Transparent = True
  38.       Caption = 'lblSizeSmall'
  39.       ShowAccelChar = True
  40.     end
  41.     object lblSizeValue: TAxLabel
  42.       Left = 59
  43.       Top = 74
  44.       Width = 286
  45.       Height = 16
  46.       WordWrap = False
  47.       Alignment = taCenter
  48.       Transparent = True
  49.       AutoSize = False
  50.       Caption = 'lblSizeValue'
  51.       ShowAccelChar = True
  52.     end
  53.     object lblSizeLarge: TAxLabel
  54.       Left = 308
  55.       Top = 74
  56.       Width = 71
  57.       Height = 16
  58.       WordWrap = False
  59.       Alignment = taRightJustify
  60.       Transparent = True
  61.       Caption = 'lblSizeLarge'
  62.       ShowAccelChar = True
  63.     end
  64.     object tbSize: TTrackBar
  65.       Left = 19
  66.       Top = 93
  67.       Width = 366
  68.       Height = 25
  69.       Max = 256
  70.       Min = 96
  71.       Frequency = 16
  72.       Position = 96
  73.       TabOrder = 0
  74.       OnChange = tbSizeChange
  75.     end
  76.   end
  77.   object gbCache: TGroupBox
  78.     Left = 16
  79.     Top = 1
  80.     Width = 605
  81.     Height = 68
  82.     Caption = 'gbCache'
  83.     TabOrder = 0
  84.     object cbDisableThumbnails: TCheckBox
  85.       Left = 24
  86.       Top = 30
  87.       Width = 569
  88.       Height = 17
  89.       Caption = 'cbDisableThumbnails'
  90.       TabOrder = 0
  91.       OnClick = cbDisableThumbnailsClick
  92.     end
  93.   end
  94.   object gbQuality: TGroupBox
  95.     Left = 16
  96.     Top = 82
  97.     Width = 605
  98.     Height = 127
  99.     Caption = 'gbQuality'
  100.     TabOrder = 1
  101.     object lblQuality: TAxLabel
  102.       Left = 24
  103.       Top = 30
  104.       Width = 550
  105.       Height = 33
  106.       WordWrap = True
  107.       Transparent = True
  108.       AutoSize = False
  109.       Caption = 'lblQuality'
  110.       ShowAccelChar = True
  111.     end
  112.     object lblQualityLow: TAxLabel
  113.       Left = 25
  114.       Top = 74
  115.       Width = 77
  116.       Height = 16
  117.       WordWrap = False
  118.       Transparent = True
  119.       Caption = 'lblQualityLow'
  120.       ShowAccelChar = True
  121.     end
  122.     object lblQualityValue: TAxLabel
  123.       Left = 59
  124.       Top = 74
  125.       Width = 286
  126.       Height = 16
  127.       WordWrap = False
  128.       Alignment = taCenter
  129.       Transparent = True
  130.       AutoSize = False
  131.       Caption = 'lblQualityValue'
  132.       ShowAccelChar = True
  133.     end
  134.     object lblQualityHigh: TAxLabel
  135.       Left = 299
  136.       Top = 74
  137.       Width = 80
  138.       Height = 16
  139.       WordWrap = False
  140.       Alignment = taRightJustify
  141.       Transparent = True
  142.       Caption = 'lblQualityHigh'
  143.       ShowAccelChar = True
  144.     end
  145.     object tbQuality: TTrackBar
  146.       Left = 19
  147.       Top = 93
  148.       Width = 366
  149.       Height = 24
  150.       Max = 100
  151.       Min = 50
  152.       Frequency = 5
  153.       Position = 50
  154.       TabOrder = 0
  155.       OnChange = tbQualityChange
  156.     end
  157.   end
  158. end
  159.